@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Paytone+One&family=Rubik:wght@300;500;700&display=swap');
 :root {
    --gray-light: #1b1d23;
    --gray-dark: #131519;
    --gray-darkest: #0d0f11;
    --brand-coal: #0f0d0e;
    --brand-charcoal: #231f20;
    --brand-charcoal-muted: #1b1918;
    --brand-gray: #262522;
    --brand-yellow: #fcba28;
    --brand-pink: #f38ba3;
    --brand-green: #0ba95b;
    --brand-purple: #7b5ea7;
    --brand-beige: #f9f4da;
    --brand-blue: #12b5e5;
    --brand-orange: #fc7428;
    --brand-red: #ed203d;
    --brand-white: #fff;
    --red: var(--brand-red);
    --white: var(--brand-beige);
    --purple: var(--brand-purple);
    --black: var(--brand-coal);
    --blue: var(--brand-blue);
    --pink: var(--brand-pink);
    --gold: var(--brand-yellow);
    --aqua: var(-- brand-blue);
    --gray: var(--brand-gray);
    --yellow: var(--brand-yellow);
    --green: var(--brand-green);
    --orange: var(--brand-orange);
    --charcoal: var(--brand-charcoal);
    --coal: var(--brand-coal);
}

html {
    font-family: Outfit, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: max-content;
    scroll-behavior: smooth;
}

body {
    background: var(--brand-coal);
}

nav {
    margin-top: 90px;
    position: fixed;
    width: auto;
    height: 50px;
    z-index: 1;
    background: none;
    border-radius: 15px;
    backdrop-filter: blur(7px);
    align-items: center;
    display: flex;
    justify-content: center;
}

header {
    margin: auto 0;
    display: flex;
    align-items: center;
    width: auto;
    justify-content: center;
    z-index: 20;
}

nav ul {
    padding: 25px;
    text-align: center;
    align-content: center;
}

nav ul li {
    text-align: center;
    display: inline-block;
    padding: 1rem;
    padding-inline-start: 3rem;
    color: white;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

nav ul li a:hover {
    border-bottom: 2px solid var(--white);
    transition: all 0.4s ease-in-out;
    transform-origin: 3px;
    padding-bottom: 5px;
    color: var(--white);
}

section {
    position: relative;
    border: 1px solid #0f0d0e;
}

.cont-1 {
    background: radial-gradient(4px 4px at 50% 50%, var(--brand-coal) 50%, transparent 50%) top / 40px 40px repeat, radial-gradient(8px 8px at 50% 50%, rgba(255, 255, 255, .1) 50%, transparent 50%) top / 40px 40px repeat;
    background-color: #1e1e1e;
    border-radius: 3rem;
    height: 500px;
    margin: 100px;
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 500px;
    gap: 30px;
}

.text-box-1 .in-text {
    height: 380px;
    width: 400px;
    margin: 70px;
    background-color: #f9f4da;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    line-height: -9rem;
}

.text-box-1 .in-text h3 {
    margin: 40px 0 0 45px;
    font-family: Paytone One, sans-serif;
    color: #12b5e5;
    -webkit-text-stroke: 0.1px black;
    text-transform: uppercase;
    font-size: 1.9rem;
    letter-spacing: 2px;
}

.text-box-1 .in-text p {
    font-family: Paytone One, sans-serif;
    color: #131519;
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 300;
    margin: -40px 0 0 0;
    padding: 3rem;
}

.img-box-1 {
    flex: 2;
}

.anime {
    animation: float 6s ease-in-out infinite;
}

.cont-2 {
    background: radial-gradient(4px 4px at 50% 50%, var(--brand-coal) 50%, transparent 50%) top / 40px 40px repeat, radial-gradient(8px 8px at 50% 50%, rgba(255, 255, 255, .1) 50%, transparent 50%) top / 40px 40px repeat;
    background-color: #1e1e1e;
    border-radius: 3rem;
    height: 500px;
    margin: 100px;
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 500px;
    gap: 0px;
}

.text-box-2 .in-text-2 {
    height: 400px;
    width: 400px;
    margin: 70px;
    background-color: #f9f4da;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    line-height: -9rem;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.sect-3 {
    background: radial-gradient(4px 4px at 50% 50%, var(--brand-coal) 50%, transparent 50%) top / 40px 40px repeat, radial-gradient(8px 8px at 50% 50%, rgba(255, 255, 255, .1) 50%, transparent 50%) top / 40px 40px repeat;
    width: 100%;
    height: 900px;
}

.sect-3 h3 {
    font-size: 3rem;
    font-weight: 900;
    font-family: Paytone One, sans-serif;
    color: var(--brand-yellow);
    opacity: 10;
    text-align: center;
}

.sect-3 .flex-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    gap: 60px;
    height: 500px;
    justify-content: center;
}

.card {
    border: 1px solid #fff;
    height: 250px;
    width: 200px;
    border-radius: 1rem;
    box-shadow: 5px 5px #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    align-content: baseline;
    justify-content: baseline;
    align-items: stretch;
}

.card .ico img {
    height: 110px;
    position: relative;
    margin: -10px;
}

.card-text {
    padding: 0;
    margin-right: 10px;
    position: relative;
    top: -1rem;
}

.card-text p {
    font-size: 1.4rem;
    font-weight: 100;
    color: #f9f4da;
    -webkit-text-stroke: 1px #0d0f11;
    font-family: Paytone One, sans-serif;
}

.star {
    margin-top: -1rem;
}

.star img {
    height: 20px;
}

p.exp {
    font-size: 1.4rem;
    position: relative;
    top: -1.1rem;
    color: #fc7428;
    font-weight: 300;
    -webkit-text-stroke: 1px #0d0f11;
    font-family: Paytone One, sans-serif;
}

p.desc {
    font-size: 0.8rem;
    position: relative;
    top: -1.5rem;
    color: #1b1918;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.rot-1 {
    rotate: 30deg;
}

.rot-2 {
    rotate: 0deg;
}

.rot-3 {
    rotate: 10deg;
}

.gify {
    display: flex;
    gap: 274px;
    display: flex;
    justify-content: center;
    align-content: space-between;
    margin-bottom: -230px;
    position: relative;
}

.gify img {
    height: 90px;
}

.sect-4 {
    background-color: #262522;
    height: 750px;
    margin: 260px 30px 30px 50px;
    border-radius: 4rem;
}

.sect-4 img {
    height: 110px;
    position: absolute;
}

.sect-4 .in-cont {
    margin: 50px;
    height: 550px;
    border-radius: 4rem;
    background-color: #f9f4da;
    display: flex;
    clear: both;
}

.sect-4 header {
    font-size: 3rem;
    font-weight: 900;
    font-family: Paytone One, sans-serif;
    color: var(--brand-blue);
    -webkit-text-stroke: #0d0f11 1px;
    opacity: 10;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.in-cont .in-pic {
    margin: 30px;
    width: 600px;
    background-color: var(--brand-pink);
    border-radius: 1rem;
}

.in-cont .in-pic img {
    height: 450px;
}

.in-cont .in-content {
    width: 600px;
    margin: 30px;
    background-color: var(--brand-purple);
    border-radius: 1rem;
}

.in-content .li-cont ul {
    list-style: none;
    margin: 5px;
}

.in-content .li-cont ul li {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 30px;
}


/* footer {
    margin: 9rem 5rem 0rem 5rem;
    margin-top: 10rem;

border: 3px solid #fff;
height: 350px;
width: 90%;
background-color: #262522;
border-radius: 1rem;
display: flex;
align-items: center;
flex-wrap: nowrap;
flex-direction: row;
justify-content: center;
background: radial-gradient(4px 4px at 50% 50%,
var(--brand-coal) 50%,
transparent 50%) top / 40px 40px repeat,
radial-gradient(8px 8px at 50% 50%,
rgba(255, 255, 255, .1) 50%,
transparent 50%) top / 40px 40px repeat;
}
footer .avatar {
height: 300px;
width: 300px;
padding: 1rem;
}
footer .avatar img {
height: 350px;
position: relative;
top: -5rem;
}
footer .navigate {
height: 300px;
width: 300px;
padding: 1rem;
display: flex;
flex-direction: column;
align-items: stretch;
flex-wrap: nowrap;
}
.navigate header {
font-family: Paytone One, sans-serif;
font-size: 2rem;
text-align: center;
color: #7b5ea7;
}
.navigate ul {
display: inline-block;
}
a {
text-decoration: none;
color: #f9f4da;
}
.navigate ul li {
color: #f9f4da;
list-style: none;
position: relative;
font-size: 1.1rem;
padding: 1rem;
left: 1rem;
font-family: Paytone One, sans-serif;
}
.navigate ul li a:hover {
color: var(--brand-purple);
transition: all 0.4s ease;
}
footer .other {
height: 300px;
width: 300px;
padding: 1rem;
display: flex;
flex-direction: column;
align-items: stretch;
flex-wrap: nowrap;
}
.other header {
font-family: Paytone One, sans-serif;
font-size: 2rem;
text-align: center;
color: #fcba28;
}
footer .other ul li {
left: 3rem;
color: #f9f4da;
list-style: none;
position: relative;
font-size: 1.1rem;
padding: 1rem;
font-family: Paytone One, sans-serif;
}
.other ul li a:hover {
color: var(--brand-yellow);
transition: all 0.4s ease;
}
footer .gif {
height: 300px;
width: 300px;
display: flex;
gap: 40px;
flex-direction: column;
transform: rotate;
}
.gif img {
height: 60px;
}
.devinfo {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 2rem;
background: purple;
color: white;
font-weight: 500;
display: flex;
justify-content: center;
align-items: center;
gap: 0.2rem;
}
.devinfo p {
text-align: center;
color: #7e7c7c;
}
*/

footer {
    display: flex;
    flex-direction: column;
    font-family: Paytone One, sans-serif;
    position: relative;
    margin-top: 8rem;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 65px 8vw;
    color: #e2e0e5;
    background: radial-gradient(4px 4px at 50% 50%, var(--brand-coal) 50%, transparent 50%) top / 40px 40px repeat, radial-gradient(8px 8px at 50% 50%, rgba(255, 255, 255, .1) 50%, transparent 50%) top / 40px 40px repeat;
}

.footer .h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.footer .brand .h5 {
    display: flex;
    text-transform: uppercase;
    gap: 16px;
}

.footer>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.footer .brand {
    max-width: 200px;
    gap: 24px;
    line-height: 1.5;
}

.newsletter {
    position: relative;
}

.newsletter input {
    font-size: 16px;
    font-weight: 400;
    height: 53px;
    padding: 6px 6px 6px 16px;
    background: transparent;
    border: 1px solid #e2e0e5;
    color: #e2e0e5;
    outline: none;
    border-radius: 14px;
    font-size: 16px;
    width: 370px;
}

.newsletter button {
    position: absolute;
    padding: 16px 40px;
    height: 53px;
    border-radius: 10px;
    border: none;
    background-color: var(--brand-yellow);
    font-size: 18px;
    font-weight: 500;
    color: var(--brand-purple);
    right: 6px;
    top: 6px;
    transition: all 0.5s;
    font-family: Paytone One, sans-serif;
    justify-content: center;
    text-align: center;
}

.newsletter button:hover {
    cursor: pointer;
    background-color: transparent;
    border: 2px solid var(--brand-yellow);
    padding: 16px 40px;
}

.about .h5 {
    font-family: Paytone One, sans-serif;
    text-align: center;
    color: #fcba28;
}

.subjects .h5 {
    font-family: Paytone One, sans-serif;
    text-align: center;
    color: #fcba28;
}

.product .h5 {
    font-family: Paytone One, sans-serif;
    text-align: center;
    color: #fcba28;
}

.social {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 20% 20% 20% 20%;
}

.social a {
    transition: all 0.3s ease;
}

.social a:hover {
    transform: scale(1.1);
}

.copyright {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 18px 8vw;
    background-color: var(--brand-yellow);
}

.copyright a {
    color: #0a001a;
    margin: 0 1vw 0 1vw;
}

.copyright p {
    font-size: 14px;
    font-weight: 100;
}

p,
a {
    font-size: 16px;
    font-weight: 400;
}

a {
    color: #e2e0e5;
    text-decoration: none;
}

footer a {
    position: relative;
}

footer a:not(.social-icon)::before {
    background-color: #e2e0e5;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

footer a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 960px) {
    .footer {
        gap: 72px;
        display: grid;
        margin-top: 75rem;
        grid-template-rows: 3fr;
    }
    .footer .brand {
        max-width: 400px !important;
    }
    .subscribe {
        display: block;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .subscribe .newsletter {
        width: 100%;
        max-width: 370px;
    }
    .subscribe .newsletter input {
        width: calc(100% - 22px);
    }
    .copyright {
        padding: 32px 5vw;
    }
    .copyright p,
    .copyright a {
        font-size: 14px;
    }
    .footer {
        padding: 72px 8vw;
    }
}

@media screen and (max-width:768px) {
    .footer {
        gap: 72px;
        display: grid;
        margin-top: 105rem;
        grid-template-rows: 3fr;
        width: 700px;
    }
    .copyright {
        width: 750px;
    }
}

@media (max-width: 425px) {
    p,
    a {
        font-size: 14px;
    }
    .footer .h5 {
        font-size: 16px;
    }
    .footer {
        gap: 72px;
        display: grid;
        margin-top: 75rem;
        grid-template-rows: 3fr;
        width: 500px;
    }
    .copyright {
        padding: 32px 5vw;
    }
    .copyright p,
    .copyright a {
        font-size: 10px;
    }
    .copyright {
        width: 500px;
    }
}